This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Archiving system ,speed up a database ~Mario Lopkistergon 15.Jan.04 02:46 PM a Web browser Domino Designer 6.0.1All Platforms
I would look at the number of refreshes happening. If you have a field with caused the form to refresh that would slow things down.
If you have more than field doing a @DBlookup that would slow things down.
When you write 4M you mean 4 megabytes right? That does not seem big (to me).
If you have a lot of forumlas doing @Today that will slow things down too.
Archiving? I just have a simple lotusscript agent which either does a db.search or gets documents from a view. Then by looking at the document to make sure the conditions are met, I copy the document to the database using the copytodatabase method for the notesdocumentclass.
HTH -- Cheers -- Free feel also email me if you are stuck as you start your code. I am sure there are some examples here in the forum too.